Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove duplicate Sparkle.strings from project to fix build "xcodebuild" errors. #239

Closed
wants to merge 1 commit into from

Conversation

caldwell
Copy link

@caldwell caldwell commented Jan 7, 2013

There's some sort of race condition since the building happens in parallel
and it randomly fails when copying the Sparkle.strings from the various
translations. An example error is:

error: failed to remove build/Release/Sparkle.framework/Versions/A/Resources/nl.lproj/Sparkle.strings: “Sparkle.strings” couldn’t be removed.

…fix build "xcodebuild" errors.

There's some sort of race condition since the building happens in parallel
and it randomly fails when copying the Sparkle.strings from the various
translations. An example error is:

error: failed to remove build/Release/Sparkle.framework/Versions/A/Resources/nl.lproj/Sparkle.strings: “Sparkle.strings” couldn’t be removed.
@SilentChris
Copy link

I've had this problem a few times as well. Sometimes it takes a few clean & build actions before it decides to run correctly.

@andymatuschak
Copy link
Contributor

Fixed in d593a04. I'm sorry for the long turnaround time on this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants